body {
  overflow-x: hidden;
  background: url('../img/550.jpg') no-repeat center center fixed;
  background-size: cover;
}
.wrapper {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  padding: 0;
}
.carousel-caption {
  margin: 70px 0px 20px 0px;
  background: rgba(43, 51, 63, 0.6);
  padding: 40px 50px 30px 50px;
  border-radius: 4px;
  position: static;
}
.carousel-caption h4 {
  font-size: 17px;
  letter-spacing: 1px;
}
.carousel-caption p {
  margin: 15px 0px 25px 0px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-align: left;
}
#nav-arrows> a {
  color: #fff;
  display: block;
  height: 60px;
  line-height: 76px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px;
  z-index: 20;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#nav-arrows> a.sl-prev, #nav-arrows> a.sl-next {
  border-color: transparent;
  top: 250px;
  outline: 0;
}
#nav-arrows> a.sl-prev {
  left: 50px;
}
#nav-arrows> a.sl-next {
  right: 50px;
}
#nav-arrows> a.sl-next:hover, #nav-arrows> a.sl-prev:hover {
  background-color: transparent;
  border-color: white;
  color: rgba(43, 51, 63, 0.9);
}
.fa-times {
  color: white;
  background: transparent;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.item:nth-child(1) {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}
.item:nth-child(2) {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}
.item:nth-child(3) {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
}
@media all and (max-width:980px) {
  #nav-arrows> a.sl-prev {
    left: 10px;
  }
  #nav-arrows> a.sl-next {
    right: 10px;
  }
}
@media all and (max-width:360px) {
  .carousel-caption {
    margin-top: 0;
    padding: 10px 30px 0 30px;
  }
  #nav-arrows> a.sl-next, #nav-arrows> a.sl-prev {
    top: 230px;
  }
  #nav-arrows> a.sl-next {
    right: -15px;
  }
  #nav-arrows> a.sl-prev {
    left: -10px;
  }
}
@media all and (max-width:320px) {
  #nav-arrows> a.sl-next, #nav-arrows> a.sl-prev {
    top: 170px;
  }
  #nav-arrows> a.sl-next {
    right: -15px;
  }
  #nav-arrows> a.sl-prev {
    left: -10px;
  }
}
